const hash/crc32.magic
6 uses
hash/crc32 (current package)
crc32.go#L172: magic = "crc\x01"
crc32.go#L173: marshaledSize = len(magic) + 4 + 4
crc32.go#L178: b = append(b, magic...)
crc32.go#L185: if len(b) < len(magic) || string(b[:len(magic)]) != magic {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)